home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
boot
/
netBoot.new
/
sun4c.md
/
bootparam.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-19
|
579b
|
24 lines
/*
* bootparam.h
*
* @(#)bootparam.h 1.5 88/02/08 SMI
* Copyright (c) 1986 by Sun Microsystems, Inc.
*/
/*
* Constants for stand-alone I/O (bootstrap) code.
*/
#ifdef SUN4
#define BBSIZE (64*512) /* Boot block size. */
#ifdef CACHE
#define LOADADDR 0x20000 /* Load address of boot programs. */
#else CACHE
#define LOADADDR 0x4000 /* Load address of boot programs. */
#endif CACHE
#else SUN4
#define BBSIZE 8192 /* Boot block size. */
#define LOADADDR 0x4000 /* Load address of boot programs. */
#endif SUN4
#define DEV_BSIZE 512